home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-03-06 | 1.1 KB | 49 lines | [TEXT/GEOL] |
- Item 1017418 27-Sept-90 02:18PDT
-
- From: LOCKWOOD Savitar, Mike Lockwood,PRT
-
- To: CPLUS.APPLE$ C++ Interest List--Apple Employees
- CPLUS.DEV$ C++ Interest List--Developers
- MACAPP.TECH$ MacApp Technical
-
- Sub: C++ 3.1b4 bug
-
- Attn: CPlus Apple
- Attn: CPlus Developers
- Attn: MacApp Tech
- SentBy: Mike Lockwood
- Date 9/26/90
- Subject C++ 3.1b4 bug
- From Mike Lockwood
- To CPlus Apple
- CPlus Developers
- MacApp Tech
- MACDTS
-
- C++ 3.1b4 bug 2:55 PM 9/26/90
- The following chunk of C++ code compiled with no errors, but obviously makes
- no sense and does not work:
-
- aWindow = NewTemplateWindow(5409, nil);
- FailNIL(aWindow);
- aView = (TDummyDialogView *)aWindow->FindSubView('dlog);
- FailNIL(aView);
-
- Notice the missing single quote on the third line. It seems that a nice (or
- not so nice) compiler error is necessary here.
-
- Environment:
-
- Mac IIfx with 8 meg
- MPW 3.2b1
- MPW C++ 3.1b4
- System 7.0a12, 24 bit addressing, VM on.
-
-
- Mike Lockwood
- Savitar, Inc.
-
-
-
-
-